home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 143
/
(Vol 143) Nov 15 2011.iso
/
Games
/
cubic_shot_3.swf
/
scripts
/
DefineButton2_80
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2011-11-15
|
158b
|
7 lines
on(release){
_root.buttonSound.start();
Selection.setFocus("_root.user1_mc.in_mc.in_txt");
gotoAndStop("사운드끔");
_root.soundOff();
}